var go/types.allTermlist

6 uses

	go/types (current package)
		termlist.go#L21: var allTermlist = termlist{new(term)}
		termlist.go#L90: 					return allTermlist
		typeset.go#L152: var topTypeSet = _TypeSet{terms: allTermlist}
		typeset.go#L195: 	ityp.tset = &_TypeSet{terms: allTermlist} // TODO(gri) is this sufficient?
		typeset.go#L259: 	allTerms := allTermlist
		universe.go#L145: 		ityp := &Interface{complete: true, tset: &_TypeSet{nil, allTermlist, true}}